records
Loop flow - by border (Archive dataset)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods027",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods027"
}
] - "definitions":{
- "ods027":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods027_records"
}
}
} - "records":
} - "properties":
- "ods027_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":"The name of the country. "
} - "physical_loop_flow_value":{
- "type":"number",
- "title":"Loop Flow",
- "description":"Physical flows arising from internal energy transfers inside one bidding zone, on a line where the source and sink are located in the same zone and the line or even part of the tie-line is located in a different zone.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods027":
}